home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 5 / QRZ Ham Radio Callsign Database - Volume 5.iso / files / amiga / amipac63.lha / S / Text.lha / DME.READ < prev    next >
Encoding:
Text File  |  1991-01-20  |  785 b   |  44 lines

  1.  
  2.                   DME
  3.  
  4.               A Programmer's Editor
  5.  
  6.                 Matthew Dillon
  7.  
  8.  
  9.     CTRL - B    BLOCK begin/end
  10.     CTRL - G    GOTO
  11.     CTRL - I    INSERT on
  12.     CTRL - J    DELETE next line
  13.     CTRL - N    NO find pattern
  14.     CTRL - O    INSERT off
  15.     CTRL - P    FIND pattern
  16.     CTRL - S    INSERT line
  17.     CTRL - U    UNMARK block
  18.     CTRL - Y    DELETE line
  19.     CTRL - up    Page up
  20.     CTRL - down    Page down
  21.  
  22.     SHIFT - up    Top of file
  23.     SHIFT - down    End of file
  24.  
  25.  
  26.     Place DME wherever.  place SAMPLE.EDRC as S:.EDRC  .. DME automatically
  27.     sources S:.EDRC, and the .EDRC in the current directory on startup.
  28.  
  29.  
  30.                     Matthew Dillon
  31.                     891 Regal Rd.
  32.                     Berkeley, Ca. 94708
  33.                     USA
  34.  
  35.                     ...ihnp4!ucbvax!dillon    USENET
  36.                     dillon@ucbvax.berkeley.edu    ARPANET
  37.  
  38.  
  39. SOURCE:
  40.     Lattice C V5.04
  41.     dmake
  42.     sup32.lib, and associated <local/*.h> includes.
  43.  
  44.